home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Examples / EnterpriseObjects / EOController / PeopleDemo_oracle / strings.h < prev   
Encoding:
C/C++ Source or Header  |  1994-06-29  |  523 b   |  6 lines

  1. /* Define localized strings */
  2. #define    ERR_INVALID_ID    NXLocalizedString("Department id must be within [100-999].", NULL, "Notify user that department id is not valid.")
  3. #define    ERR_INVALID_LOCATION    NXLocalizedString("Location id must be in [1101,1103,1104,1106,1207]", NULL, "Notify user that location id is not valid.")
  4. #define ERR_INSERT_FAIL    NXLocalizedString("Insert failed.", NULL, "Notify user that insert failed.")
  5. #define ERR_UPDATE_FAIL    NXLocalizedString("Update failed.", NULL, "Notify user that update failed.")
  6.